home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_2
/
iconextras
/
rexx
/
makepinkdrawer.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1995-01-13
|
322b
|
9 lines
/* Make Pink Drawer */
parse arg filename
address command
filename=strip(filename,'B','"') /* remove quotes */
filename=strip(filename) /* remove spaces */
filename=strip(filename,'T','/') /* Finally, remove trailing slash */
'copyicon' "env:sys/drawer_pink.info" """"filename".info""" /* add quotes */
exit